Skip to content

Conversation

@MukjepScarlet
Copy link
Contributor

Purpose

To avoid re-hashing and re-allocating.

Description

Part of #2864

Checklist

  • New code follows the Google Java Style Guide
    This is automatically checked by mvn verify, but can also be checked on its own using mvn spotless:check.
    Style violations can be fixed using mvn spotless:apply; this can be done in a separate commit to verify that it did not cause undesired changes.
  • If necessary, new public API validates arguments, for example rejects null
  • New public API has Javadoc
    • Javadoc uses @since $next-version$
      ($next-version$ is a special placeholder which is automatically replaced during release)
  • If necessary, new unit tests have been added
    • Assertions in unit tests use Truth, see existing tests
    • No JUnit 3 features are used (such as extending class TestCase)
    • If this pull request fixes a bug, a new test was added for a situation which failed previously and is now fixed
  • mvn clean verify javadoc:jar passes without errors

@MukjepScarlet
Copy link
Contributor Author

@Marcono1234 Here

@MukjepScarlet
Copy link
Contributor Author

The documentation still needs adjustment I think.

Copy link
Member

@eamonnmcmanus eamonnmcmanus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this makes sense. Just one small thing.

@eamonnmcmanus eamonnmcmanus merged commit ae9604c into google:main Jan 12, 2026
16 checks passed
@MukjepScarlet MukjepScarlet deleted the enum-adapter branch January 12, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants